PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRow Class / setEnableRowSplit Method
True if the row may be split if its content supports splitting. If false the row will not be split.
In This Topic
    setEnableRowSplit Method
    In This Topic
    Sets a value indicating whether the row may be split if the space at the bottom cannot accomodate the full row.
    Syntax
    public void setEnableRowSplit( 
       boolean value
    )

    Parameters

    value
    True if the row may be split if its content supports splitting. If false the row will not be split.
    See Also